PersonaExtendedProperties Property |
Gets the extended properties.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ExtendedPropertyAttributedValue> ExtendedProperties { get; }Public ReadOnly Property ExtendedProperties As IList(Of ExtendedPropertyAttributedValue)
Get
Property Value
Type:
IListExtendedPropertyAttributedValue
The extended properties.
See Also